home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2005 March / Macworld CD March 2005 - Marathon Trilogy.iso / Shareware World / User Interface / RocketLauncher.sit / RocketLauncher / RocketLauncher.CVS / RocketLauncher.h,v < prev    next >
Encoding:
Text File  |  2005-01-09  |  912 b   |  75 lines

  1. head    1.2;
  2. access;
  3. symbols
  4.     start:1.1.1.1 oleg:1.1.1;
  5. locks; strict;
  6. comment    @ * @;
  7.  
  8.  
  9. 1.2
  10. date    2005.01.09.19.22.43;    author oleg;    state Exp;
  11. branches;
  12. next    1.1;
  13.  
  14. 1.1
  15. date    2005.01.09.18.45.06;    author oleg;    state Exp;
  16. branches
  17.     1.1.1.1;
  18. next    ;
  19.  
  20. 1.1.1.1
  21. date    2005.01.09.18.45.06;    author oleg;    state Exp;
  22. branches;
  23. next    ;
  24.  
  25.  
  26. desc
  27. @@
  28.  
  29.  
  30. 1.2
  31. log
  32. @*** empty log message ***
  33. @
  34. text
  35. @/* RocketLauncher */
  36.  
  37. #import <Cocoa/Cocoa.h>
  38. #import "AppInfo.h"
  39. #import "AppTableDS.h"
  40. #import "SearchPrefs.h"
  41. #import "LaunchTextView.h"
  42.  
  43. @@interface RocketLauncher : NSObject
  44. {
  45.     IBOutlet NSTableView *resultTable;
  46.     IBOutlet NSTextField *searchField;
  47.     IBOutlet NSPanel *searchPanel;
  48.     NSMutableArray *allApps;
  49.     NSMutableArray *apps;
  50.     AppTableDS *appDS;
  51.     SearchPrefs *prefs;
  52.     LaunchTextView *lt;
  53. }
  54. -(IBAction)enterPressed: (id)sender;
  55. @@end
  56. @
  57.  
  58.  
  59. 1.1
  60. log
  61. @Initial revision
  62. @
  63. text
  64. @d7 1
  65. d18 1
  66. @
  67.  
  68.  
  69. 1.1.1.1
  70. log
  71. @RocketLauncher
  72. @
  73. text
  74. @@
  75.